Skip to content
This repository was archived by the owner on Jan 23, 2026. It is now read-only.

Add cli changes for new io auth config #226

Closed
potofpie wants to merge 1 commit intomainfrom
agents_key
Closed

Add cli changes for new io auth config #226
potofpie wants to merge 1 commit intomainfrom
agents_key

Conversation

@potofpie
Copy link
Copy Markdown
Member

No description provided.

Comment thread cmd/project.go
if !found["AGENTUITY_API_KEY"] {
envLines = append(envLines, env.EnvLine{Key: "AGENTUITY_API_KEY", Val: apikey})
}
if !found["AGENTUITY_AGENTS_KEY"] {
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i think we want AGENTUITY_SDK_KEY

Comment thread cmd/project.go
para = append(para, tui.Secondary("3. Run ")+tui.Command("deploy")+tui.Secondary(" to deploy the project to the Agentuity Agent Cloud"))
if authType != "none" {
if authType == "project" || authType == "agent" {
para = append(para, tui.Secondary("4. Run ")+tui.Command("agent apikey")+tui.Secondary(" to fetch the Webhook API key for the agent"))
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

will have to also update this command probably?

agent apikey

@potofpie potofpie closed this Apr 28, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants